ActiveReports 18 .NET Edition
MESCIUS.ActiveReports.Core.Rendering Assembly / GrapeCity.DataVisualization.Chart Namespace / _LineCartesianPlotView<TOwnerView> Class / _LineCartesianPlotView<TOwnerView> Constructor

In This Topic
    _LineCartesianPlotView<TOwnerView> Constructor
    In This Topic
    Syntax
    'Declaration
     
    Public Function New( _
       ByVal layoutView As TOwnerView, _
       ByVal definition As _LineCartesianPlotDefinition, _
       ByVal plotData As ICartesianPlotDataModel _
    )
    public _LineCartesianPlotView<TOwnerView>( 
       TOwnerView layoutView,
       _LineCartesianPlotDefinition definition,
       ICartesianPlotDataModel plotData
    )

    Parameters

    layoutView
    definition
    plotData
    See Also